string str = "10s"; int x = Convert.ToInt32(str); Console.WriteLine(x);